
Advanced CGI Notification options

 When the server is online it may send data to execute a remote cgi script file.
 The format box will define what is posted to the CGI script.

 This function allows you to write your own cgi scripts for creating a customised
 method for tracking your targets.

 if you use %ip in the format box it will be replaced with the server ip.
 e.g 
 take the ip of the server as 127.0.0.1 
 enter in the format box "TheIP=%i" (without quotes)
 the result posted to the script would then be "TheIP=127.0.0.1"
 A list of key variables currently available are as follows


%ip           - the ip of the server
%port         - the server port
%pass         - the server password. blank if none
%victim_name  - name of the server.
%version      - the version of the server.
%pass         - the server password
%computer     - computer name (if on a network)
%user         - user name     (windows registerd username)
%mode         - the server mode (server is in debug mode ? or stealth mode?)
%lf           - line feed (indicated the start of a new line )
 


